OpenBuildings GenerativeComponents Help

Retrieving Values from Variables

To retrieve a value from a variable, you simply use the name of that variable. Within GCScript expressions (formulas), the names of variables serve as placeholders for the actual values that will be used when the expression is processed.

Examples

newBalance = previousBalance + deposit
fenceLength = 4 * (patioDiameter + 20)
myAge = datetime(2007,2,12) – myBirthDate